home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on GoOn
- stopSound2()
- case gSection of
- #eval1:
- go("eval2")
- set gSection to #eval2
- audio1xOnly(gMasterData, "205")
- #eval2:
- leaveThisMovie()
- end case
- end
-
- on goBack
- stopSound2()
- case gSection of
- #eval1:
- goIntro()
- #eval2:
- goEvaluate()
- end case
- end
-
- on leaveThisMovie
- stopSound2()
- cursor(4)
- go(1, "Menu4")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-